'Declaration
Protected Overloads Function Location( _ ByVal actionName As String, _ Optional ByVal values As IDictionary(Of String,Object) _ ) As String
protected string Location( string actionName, IDictionary<string,object> values )
Parameters
- actionName
- The name of the action.
- values
- The dictionary that contains the parameters for the action.
Return Value
The absolute url for the specified action.